f070f8faa8e61c496b2c856d3b1ea1dbfa654ee1,src/org/basex/query/fs/CP.java,CP,cpRecursive,#number#number[]#String#,216

Before Change


        continue;
      }
      boolean isDir = true;
      if(Token.string(toInsert.remove(0)).equals("f"))
        isDir = false;      
      FSUtils.insert(data, isDir, toInsert.remove(0), toInsert.remove(0),
          toInsert.remove(0), Token.token(System.currentTimeMillis()),

After Change


        continue;
      }      
      boolean isDir = true;
      if(Token.eq(toInsert.remove(0), f))
        isDir = false;      
      FSUtils.insert(data, isDir, toInsert.remove(0), toInsert.remove(0),
          toInsert.remove(0), Token.token(System.currentTimeMillis()),